Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathMatrixColumnCollection Class / Add Method / Add(String[]) Method
The column cells text array.

In This Topic
    Add(String[]) Method
    In This Topic
    Adds a new OMathMatrixColumn to the collection.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal cellsText() As System.String _
    ) As OMathMatrixColumn
    public OMathMatrixColumn Add( 
       System.string[] cellsText
    )

    Parameters

    cellsText
    The column cells text array.

    Return Value

    See Also